home *** CD-ROM | disk | FTP | other *** search
- _quality = "MEDIUM";
- _root.tthe = true;
- grid = new Array();
- sub = 0;
- while(sub <= 180)
- {
- grid[sub] = 0;
- sub++;
- }
- _root.letclick = true;
- board = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
- thispoints = 0;
- turn = 1;
- completed = false;
- gotshape = true;
- _root.populate();
- _root.nextshape.placeshape = _root["level" + _root.level][2];
- _root.nextshape.gotoAndStop(2);
- _root.cursorshape.placeshape = _root["level" + _root.level][1];
- _root.cursorshape.gotoAndStop(2);
- _root.cover.gotoAndPlay("open");
-